<Schema name="DTMInterbusDeviceSchema"
		xmlns="urn:schemas-microsoft-com:xml-data"
		xmlns:fdt="x-schema:FDTDataTypesSchema.xml"
		xmlns:dt="urn:schemas-microsoft-com:datatypes">
	<!--Definition of Attributes-->
	<AttributeType name="systemNumber" dt:type="ui1"/>
	<AttributeType name="segmentNumber" dt:type="ui1"/>
	<AttributeType name="positionNumber" dt:type="ui1"/>
	<AttributeType name="identCode" dt:type="ui1"/>
	<AttributeType name="PALength" dt:type="ui1"/>
	<AttributeType name="PDLength" dt:type="ui1"/>
	<!--Definition of Elements-->
	<ElementType name="InterbusDevice" content="mixed" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="systemNumber" required="yes"/>
		<attribute type="segmentNumber" required="yes"/>
		<attribute type="positionNumber" required="yes"/>
		<attribute type="identCode" required="yes"/>
		<attribute type="PALength" required="yes"/>
		<attribute type="PDLength" required="yes"/>
		<element type="fdt:VersionInformation" minOccurs="1" maxOccurs="1"/>
	</ElementType>
</Schema>
